home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / ink2.dir / 00062_Script_hand < prev    next >
Text File  |  1998-08-26  |  145b  |  16 lines

  1. on mouseEnter me
  2.   cursor 280 
  3. end
  4.  
  5. on mouseleave me
  6.   cursor -1
  7. end
  8.  
  9. on mousedown me
  10.   puppetsound 2 "button"
  11.   cursor -1
  12. end
  13.  
  14.  
  15.  
  16.